home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / DE.DIR / 01167_rolled.ls < prev    next >
Encoding:
Text File  |  1997-05-08  |  144 b   |  8 lines

  1. on mouseDown
  2.   global gSavedAmbientSound
  3.   if screenButton() then
  4.     setAmbientSound(stripPath(gSavedAmbientSound))
  5.     play done
  6.   end if
  7. end
  8.